home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / unix / include / internal / devices.h next >
C/C++ Source or Header  |  1992-08-16  |  236b  |  10 lines

  1. #ifndef DEVICES_H
  2. #define DEVICES_H
  3.  
  4. struct IORequest *_device_open(char *name, unsigned long unit, unsigned long flags,
  5.                    void *data, unsigned long data_len, int req_size);
  6.  
  7. void _device_close(struct IORequest *ioreq);
  8.  
  9. #endif
  10.